home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / utils / ted / ted.doc < prev    next >
Text File  |  1994-10-03  |  5KB  |  135 lines

  1.  
  2.                     ╒════════════╗ ╒══════════╗ ╒══════════╗
  3.                     │ ╓──┐  ╓──┐ ║ │  ╓─────┐ ║ └┐  ╓───┐  ║
  4.                     └─╜  │  ║  └─╜ │  ║ ╒═╗ └─╜  │  ║   │  ║
  5.                          │  ║      │  ╚═╛ ║      │  ║   │  ║
  6.                          │  ║      │  ╓─┐ ║      │  ║   │  ║
  7.                          │  ║      │  ║ └─╜ ╒═╗  │  ║   │  ║
  8.                         ╒╛  ╚╗     │  ╚═════╛ ║ ╒╛  ╚═══╛  ║
  9.                         └────╜     └──────────╜ └──────────╜
  10.  
  11.  ▄▄▄▄▄▄▄
  12.  █
  13.  █       ▄▄▄▄ ▄▄▄▄ ▄  ▄ ▄▄▄▄ ▄▄▄ ▄▄▄▄ ▄  ▄ ▄▄▄▄▄    ▄▄  ▄▄▄▄ ▄▄▄▄ ▄  ▄
  14.  █       █  █ █▄▄█ █▄▄█ █▄▄█  █  █ ▄▄ █▄▄█   █       █  █▄▄█ █▄▄█ █▄▄█
  15.  █▄▄▄▄▄▄ █▄▄█ █    ▄▄▄█ █ █▄ ▄█▄ █▄▄█ █  █   █      ▄█▄ ▄▄▄█ ▄▄▄█    █
  16.  ▄▄▄  ▄  ▄    ▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄     ▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄
  17.  █▄█▄ █▄▄█    █     █ █     █ █     █ █     █   █     █     █       █
  18.  █▄▄█ ▄▄▄█    █▄▄▄▄▄█ █▄▄▄▄▄█ █▄▄▄▄▄█ █▄▄▄▄▄█   █     █ ▄▄▄ █▄▄▄▄▄▄ █▄▄
  19.               █       █     █ █   █   █     █   █     █  █        █ █
  20.               █       █     █ █   █▄▄ █     █ ▄▄█▄▄▄▄▄█ ▄█▄ ▄▄▄▄▄▄█ █▄▄▄▄▄▄
  21.  
  22.  
  23.  ■ What is TED?
  24.    TED(r) is a 256-colors bitmap cuter. You can cut letters from GIF,CEL,BMP
  25.    files, and save it into .TED (font) files. You can use .TED files in a
  26.    few languages, if you can translate this pascal examples to you language.
  27.  
  28.  ■ TED file format.
  29.    It have 20 bytes header, and random number of blocks.
  30.  
  31.     bytes       info
  32.    ------------------------------------------------------
  33.    │ 20       │ file header                             │
  34.    ------------------------------------------------------
  35.    │ 1        │ char of block (1)                       │
  36.    ------------------------------------------------------
  37.    │ 1        │ x size of char (1)                      │
  38.    ------------------------------------------------------
  39.    │ 1        │ y size of char (1)                      │
  40.    ------------------------------------------------------
  41.    │ x*y      │ char data (1)                           │
  42.    ------------------------------------------------------
  43.    .          .                                         .
  44.    .          .                                         .
  45.    .          .                                         .
  46.    .          .                                         .
  47.    ------------------------------------------------------
  48.    │ 1        │ char of block (n)                       │
  49.    ------------------------------------------------------
  50.    │ 1        │ x size of char (n)                      │
  51.    ------------------------------------------------------
  52.    │ 1        │ y size of char (n)                      │
  53.    ------------------------------------------------------
  54.    │ x*y      │ char data (n)                           │
  55.    ------------------------------------------------------
  56.  
  57.  ■ Why to cut a bitmap into ted file?
  58.    First, you must run TED, and press F3 to load a bitmap, next
  59.    press 1,2 or 3. When you load it, use mouse and key arrows to
  60.    set char size.
  61.    Exmaple:
  62.  
  63.                   /[ MOUSE POINTER
  64.                 /
  65.    /----------\                    /[ PART OF BITMAP
  66.    | AAAAAA   | BBBB       CCCC  /
  67.    | A    A   | B   B     C
  68.    | AAAAAA   | BBBB      C
  69.    | A    A   | B   B     C
  70.    | A    A   | BBBB       CCCC
  71.    |          |
  72.    |          |
  73.    |          |
  74.    \----------/ \
  75.                   \[ USE UP/LEFT ARROWS TO CHANGE SIZE
  76.  
  77.  
  78.    /------\
  79.    |AAAAAA|     BBBB       CCCC
  80.    |A    A|     B   B     C
  81.    |AAAAAA|     BBBB      C
  82.    |A    A|     B   B     C
  83.    |A    A|     BBBB       CCCC
  84.    \------/
  85.  
  86.    And next press key "A" to add char A into font.
  87.    Do that with all letters and press F2, and 1 to save it into .TED file.
  88.    Later, if you want to add a letter to charset, use F2, and 2 to
  89.    add it.
  90.  
  91.  ■ Why to use TED?
  92.    Because, random char can have different size! All font cuters that i
  93.    seen must have same X-Y size. And that i use my font file format
  94.    and editor. TED isn't amazing, but this it first version, and it
  95.    have many bugs. You have all sources (without gif.pas) so, you can
  96.    modyfi it (if you register it!) and use it in better form.
  97.    There is a few pascal examples. They looks quite good on my 486 SX 25MHz.
  98.    I use some assembler (basm) procedures, to speed up scrollers.
  99.  
  100.  ■ How to register.
  101.    If you want to register TED (read fuqnware.doc) you must send $$$ (cash)
  102.    to me. How much? As you want, you can send 10$-50$ (or more if you want).
  103.  
  104.  ■ How to concat with me.
  105.    You have few ways to ask,talk with me:
  106.  
  107.    by phone - call :
  108.     (081) 55-43-49
  109.  
  110.    by snail-mail :
  111.     Marcin Jaskowiak
  112.     Flat 114,3 Zarnowiecka Str.
  113.     20-630 Lublin
  114.     Poland
  115.  
  116.    by internet :
  117.     liksay@bachus.umcs.lublin.pl
  118.  
  119.    by irc :
  120.     nick PARADiSE ( just msg me! )
  121.  
  122.  
  123.  ■ SOO!! If you want more fonts, more sources, more examples, register TED
  124.    and concat with ME!
  125.  
  126.  ■ SORRY for this language... but my english isn't very good (as you see) :)
  127.  
  128.  ■ Greetz to all my friends from IRC, and thanx to all ppl who help me...
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.